翻訳と辞書
Words near each other
・ Contest logging software
・ Contest mobility
・ Contest of Champions
・ Contest of Champions II
・ Contest of Homer and Hesiod
・ Contest Searchlight
・ Contest Show
・ Contest to kill 100 people using a sword
・ Contest, Mayenne
・ Contestable market
・ Contestado War
・ Content analysis
・ Content Analyst Company
・ Content and language integrated learning
・ Content Assembly Mechanism
Content assist
・ Content audit
・ Content cartel
・ Content centric networking
・ Content clause
・ Content creation
・ Content curation
・ Content curation marketing
・ Content delivery network
・ Content delivery network interconnection
・ Content delivery platform
・ Content designer
・ Content determination
・ Content development
・ Content Discovery Platform


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Content assist : ウィキペディア英語版
Content assist
Content/Code assist is functionality provided by some IDEs, which helps the developer to write code faster and more efficiently. This is achieved by simplifying the task of coding to allow her to focus on the business task being coded. Based on the context of the code, content assist provides the developer with a list of accessible keywords according to a programming language specification, variable, methods, data types, ...
== Autocomplete ==

Autocomplete allows quickly typing names in the context of the code. It can be further improved to assist the developer.
For example, in an XML context, when the developer types an opening tag "<" he is offered a list of tags via autocomplete, contextualized following the DTD or XML schema of the document. As the developer types more letters, the offered choices are filtered to only retain the relevant completions. When the developer finally completes the tag, the editor automatically generates the closing tag.
Other autocomplete techniques exist. For example, using the Eclipse IDE to code in Java, a developer can just type in the first letter if lowercase and the uppercase letters from a type/variable name then press Ctrl+space to be offered all the choices that match the entered letters that are valid for the current context (class name, interface name, variable or field names).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Content assist」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.